From 53ef84bc2453eecd37d6a748d44a1a41cabf649e Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Wed, 20 May 2009 19:30:18 +0200 Subject: [PATCH] docs: Convert SVN references to git --- ChangeLog | 4 ++++ docs/index-static.html.in | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76a3f42..ee922a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-20 Martin Nordholts + + * docs/index-static.html.in: Convert SVN references to git + 2009-05-19 Martin Nordholts Update for 0.1.0 release. diff --git a/docs/index-static.html.in b/docs/index-static.html.in index 3d8b888..75b4bdb 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -156,10 +156,10 @@ ftp://ftp.gtk.org/pub/babl/.

-

Babl development happens in GNOME Subversion in the babl module. - It can be browsed online and checked out with: +

Babl uses git. The main repository is hosted by GNOME. + It can be browsed online and cloned with:

-
svn co http://svn.gnome.org/svn/babl/trunk/ babl
+
git clone git://git.gnome.org/babl

The following is a list of the major changes that have gone into each babl release. If there are significant improvements to babl when @@ -167,7 +167,7 @@ to the GEGL release.

- For more news see the current ChangeLog in subversion. + For more news see git log.

Documentation

@@ -324,7 +324,7 @@ lab_buffer = malloc (pixel_count * 3 * 4);

Extending

For samples of how the current internal API specification of - data types, color models, and conversions look in the extensions/ + data types, color models, and conversions look in the extensions/ directory. The tables in this HTML file is directly generated based on the data registered by BablCore (double and RGBA), BablBase (core datatypes, and RGB models), extensions (CIE Lab, naive CMYK, -- 2.30.2